home *** CD-ROM | disk | FTP | other *** search
/ Sacrifice One Self for One's Sadism / Sacrifice One Self for One's Sadism.iso / pc / pyshou.dir / 00007.ls next >
Encoding:
Text File  |  1997-01-11  |  98 b   |  8 lines

  1. on mouseUp
  2.   if optionDown() then
  3.     go(the frame - 3)
  4.   else
  5.     go(the frame - 5)
  6.   end if
  7. end
  8.